Class: Aws::Types::ModifyInstanceProfileMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


1935
1936
1937
# File 'sig/types.rbs', line 1935

def availability_zone
  @availability_zone
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1940
1941
1942
# File 'sig/types.rbs', line 1940

def description
  @description
end

#instance_profile_identifier::String

Returns the value of attribute instance_profile_identifier.

Returns:

  • (::String)


1934
1935
1936
# File 'sig/types.rbs', line 1934

def instance_profile_identifier
  @instance_profile_identifier
end

#instance_profile_name::String

Returns the value of attribute instance_profile_name.

Returns:

  • (::String)


1939
1940
1941
# File 'sig/types.rbs', line 1939

def instance_profile_name
  @instance_profile_name
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1936
1937
1938
# File 'sig/types.rbs', line 1936

def kms_key_arn
  @kms_key_arn
end

#network_type::String

Returns the value of attribute network_type.

Returns:

  • (::String)


1938
1939
1940
# File 'sig/types.rbs', line 1938

def network_type
  @network_type
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


1937
1938
1939
# File 'sig/types.rbs', line 1937

def publicly_accessible
  @publicly_accessible
end

#subnet_group_identifier::String

Returns the value of attribute subnet_group_identifier.

Returns:

  • (::String)


1941
1942
1943
# File 'sig/types.rbs', line 1941

def subnet_group_identifier
  @subnet_group_identifier
end

#vpc_security_groups::Array[::String]

Returns the value of attribute vpc_security_groups.

Returns:

  • (::Array[::String])


1942
1943
1944
# File 'sig/types.rbs', line 1942

def vpc_security_groups
  @vpc_security_groups
end