Class: Aws::Types::ResourceConfigurationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_managedBoolean

Returns the value of attribute amazon_managed.

Returns:

  • (Boolean)


1162
1163
1164
# File 'sig/types.rbs', line 1162

def amazon_managed
  @amazon_managed
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def created_at
  @created_at
end

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


1165
1166
1167
# File 'sig/types.rbs', line 1165

def custom_domain_name
  @custom_domain_name
end

#domain_verification_id::String

Returns the value of attribute domain_verification_id.

Returns:

  • (::String)


1166
1167
1168
# File 'sig/types.rbs', line 1166

def domain_verification_id
  @domain_verification_id
end

#group_domain::String

Returns the value of attribute group_domain.

Returns:

  • (::String)


1167
1168
1169
# File 'sig/types.rbs', line 1167

def group_domain
  @group_domain
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1164
1165
1166
# File 'sig/types.rbs', line 1164

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def name
  @name
end

#resource_configuration_group_id::String

Returns the value of attribute resource_configuration_group_id.

Returns:

  • (::String)


1159
1160
1161
# File 'sig/types.rbs', line 1159

def resource_configuration_group_id
  @resource_configuration_group_id
end

#resource_gateway_id::String

Returns the value of attribute resource_gateway_id.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def resource_gateway_id
  @resource_gateway_id
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED")


1161
1162
1163
# File 'sig/types.rbs', line 1161

def status
  @status
end

#type"GROUP", ...

Returns the value of attribute type.

Returns:

  • ("GROUP", "CHILD", "SINGLE", "ARN")


1160
1161
1162
# File 'sig/types.rbs', line 1160

def type
  @type
end