Class: Aws::Types::ChildResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def 
  @owner_account_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def resource_id
  @resource_id
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def resource_name
  @resource_name
end

#resource_status"CREATED", ...

Returns the value of attribute resource_status.

Returns:

  • ("CREATED", "POPULATE_STARTED", "POPULATE_SUCCESS", "POPULATE_FAILED", "DISALLOWED_BY_DATA_PROVIDER", "BASE_TABLE_REMOVED", "RETENTION_PERIOD_EXPIRED")


426
427
428
# File 'sig/types.rbs', line 426

def resource_status
  @resource_status
end

#resource_type"INTERMEDIATE_TABLE"

Returns the value of attribute resource_type.

Returns:

  • ("INTERMEDIATE_TABLE")


423
424
425
# File 'sig/types.rbs', line 423

def resource_type
  @resource_type
end