Class: Aws::Types::ServiceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1357
1358
1359
# File 'sig/types.rbs', line 1357

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1358
1359
1360
# File 'sig/types.rbs', line 1358

def created_at
  @created_at
end

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


1361
1362
1363
# File 'sig/types.rbs', line 1361

def custom_domain_name
  @custom_domain_name
end

#dns_entryTypes::DnsEntry

Returns the value of attribute dns_entry.

Returns:



1360
1361
1362
# File 'sig/types.rbs', line 1360

def dns_entry
  @dns_entry
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1359
1360
1361
# File 'sig/types.rbs', line 1359

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1356
1357
1358
# File 'sig/types.rbs', line 1356

def name
  @name
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


1362
1363
1364
# File 'sig/types.rbs', line 1362

def status
  @status
end