Class: Aws::Types::UpdateAppBlockBuilderRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_endpoints::Array[Types::AccessEndpoint]

Returns the value of attribute access_endpoints.

Returns:



1539
1540
1541
# File 'sig/types.rbs', line 1539

def access_endpoints
  @access_endpoints
end

#attributes_to_delete::Array[("IAM_ROLE_ARN" | "ACCESS_ENDPOINTS" | "VPC_CONFIGURATION_SECURITY_GROUP_IDS")]

Returns the value of attribute attributes_to_delete.

Returns:

  • (::Array[("IAM_ROLE_ARN" | "ACCESS_ENDPOINTS" | "VPC_CONFIGURATION_SECURITY_GROUP_IDS")])


1540
1541
1542
# File 'sig/types.rbs', line 1540

def attributes_to_delete
  @attributes_to_delete
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1532
1533
1534
# File 'sig/types.rbs', line 1532

def description
  @description
end

#disable_imdsv1Boolean

Returns the value of attribute disable_imdsv1.

Returns:

  • (Boolean)


1541
1542
1543
# File 'sig/types.rbs', line 1541

def disable_imdsv1
  @disable_imdsv1
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def display_name
  @display_name
end

#enable_default_internet_accessBoolean

Returns the value of attribute enable_default_internet_access.

Returns:

  • (Boolean)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def enable_default_internet_access
  @enable_default_internet_access
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def iam_role_arn
  @iam_role_arn
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


1535
1536
1537
# File 'sig/types.rbs', line 1535

def instance_type
  @instance_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1531
1532
1533
# File 'sig/types.rbs', line 1531

def name
  @name
end

#platform"WINDOWS", ...

Returns the value of attribute platform.

Returns:

  • ("WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404")


1534
1535
1536
# File 'sig/types.rbs', line 1534

def platform
  @platform
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



1536
1537
1538
# File 'sig/types.rbs', line 1536

def vpc_config
  @vpc_config
end