Class: Aws::Types::NamespaceSummary

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)


400
401
402
# File 'sig/types.rbs', line 400

def arn
  @arn
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


407
408
409
# File 'sig/types.rbs', line 407

def create_date
  @create_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def name
  @name
end

#propertiesTypes::NamespaceProperties

Returns the value of attribute properties.



406
407
408
# File 'sig/types.rbs', line 406

def properties
  @properties
end

#resource_owner::String

Returns the value of attribute resource_owner.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def resource_owner
  @resource_owner
end

#service_count::Integer

Returns the value of attribute service_count.

Returns:

  • (::Integer)


405
406
407
# File 'sig/types.rbs', line 405

def service_count
  @service_count
end

#type"DNS_PUBLIC", ...

Returns the value of attribute type.

Returns:

  • ("DNS_PUBLIC", "DNS_PRIVATE", "HTTP")


403
404
405
# File 'sig/types.rbs', line 403

def type
  @type
end